home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / ffccflow / ffccflow.lha / ffccc+flow / ffccc / CKEYCOM.h < prev    next >
Text File  |  1992-07-31  |  1KB  |  34 lines

  1. *IF DEF,NEVER   
  2. *-----------------------------------------------------------------------
  3. *    NORSET = no. of OR-sets
  4. *    NGLSET = no. of global commands
  5. *    NKYNAM = no. of names in SKEYLS
  6. *    NKYSTR = no. of strings in SKYSTR  
  7. *    LKYSTR = occupation of  SKYSTR 
  8. *    NKYCHR = no. of string refs in KSTREF  
  9. *    NORCOM = no. of commands / OR-set  
  10. *    KORCOM = start-1 of each OR-set in KEYREF  
  11. *    KEYREF 
  12. *            (I,1) = ref. number (=pos.) of key 
  13. *            (I,2) = no. of integers in KEYINT  
  14. *            (I,3) = start-1 of integers in KEYINT  
  15. *            (I,4) = no. of names in SKEYLS 
  16. *            (I,5) = start-1 of names in SKEYLS 
  17. *            (I,6) = no. of string refs in KSTREF   
  18. *            (I,7) = start-1 of string refs in KSTREF   
  19. *    KEYINT = integer list for sub-keys etc.
  20. *    KNAMRF 
  21. *            (I,1) = ref. to string following name, or zero if none,
  22. *                   or < 0 if to be ignored (illegal)   
  23. *            (I,2) = ref. to replacement string, or zero
  24. *    KSTREF 
  25. *            (I,1) = ref. to string (stand alone), or < 0 if illegal
  26. *            (I,2) = ref. to replacement string for above, or zero  
  27. *    KKYSTA = start of string in SKYSTR 
  28. *    KKYEND = end of string in SKYSTR   
  29. *   
  30. *    SKEYLS = name list for input commands  
  31. *    SKYSTR = contains stand-alone or name-associated strings   
  32. *-----------------------------------------------------------------------
  33. *EI 
  34.